home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> <glade-interface> <widget class="GtkWindow" id="main_window"> <property name="border_width">6</property> <property name="title">Privilege granting preferences</property> <property name="window_position">GTK_WIN_POS_CENTER</property> <signal name="delete_event" handler="gtk_main_quit"/> <child> <widget class="GtkVBox" id="vbox1"> <property name="visible">True</property> <property name="spacing">5</property> <child> <widget class="GtkVBox" id="vbox2"> <property name="visible">True</property> <property name="border_width">9</property> <property name="spacing">20</property> <child> <widget class="GtkTable" id="table1"> <property name="visible">True</property> <property name="n_rows">4</property> <property name="n_columns">3</property> <property name="column_spacing">6</property> <property name="row_spacing">6</property> <child> <widget class="GtkEventBox" id="eventbox2"> <property name="visible">True</property> <property name="tooltip">The su mode will require the administrator password; sudo mode will request the user's own password, and needs prior setup of sudo.</property> <child> <widget class="GtkLabel" id="label3"> <property name="visible">True</property> <property name="xalign">0,000000</property> <property name="label" translatable="yes">_Authentication mode:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">mode_combo</property> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <widget class="GtkEventBox" id="eventbox1"> <property name="visible">True</property> <property name="tooltip">This setting controls whether the keyboard and mouse should be held exclusively while requesting the password, to avoid that some other application receive the password.</property> <child> <widget class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="xalign">0,000000</property> <property name="label" translatable="yes">_Grab mode:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">grab_combo</property> </widget> </child> </widget> <packing> <property name="left_attach">1</property> <property name="right_attach">2</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <widget class="GtkComboBox" id="grab_combo"> <property name="visible">True</property> <property name="items" translatable="yes">enable disable force enable prompt </property> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">3</property> <property name="bottom_attach">4</property> </packing> </child> <child> <widget class="GtkComboBox" id="mode_combo"> <property name="visible">True</property> <property name="items" translatable="yes">su sudo</property> </widget> <packing> <property name="left_attach">2</property> <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> </packing> </child> <child> <widget class="GtkLabel" id="spacer1"> <property name="width_request">18</property> <property name="visible">True</property> <property name="xalign">0,000000</property> <property name="yalign">0,000000</property> </widget> <packing> <property name="top_attach">3</property> <property name="bottom_attach">4</property> <property name="x_options"></property> </packing> </child> <child> <widget class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="xalign">0,000000</property> <property name="yalign">0,000000</property> <property name="label" translatable="yes"><b>Screen Grabbing</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="right_attach">3</property> <property name="top_attach">2</property> <property name="bottom_attach">3</property> </packing> </child> <child> <widget class="GtkLabel" id="spacer2"> <property name="width_request">18</property> <property name="visible">True</property> <property name="xalign">0,000000</property> <property name="yalign">0,000000</property> </widget> <packing> <property name="top_attach">1</property> <property name="bottom_attach">2</property> <property name="x_options">GTK_FILL</property> </packing> </child> <child> <widget class="GtkLabel" id="label12"> <property name="visible">True</property> <property name="xalign">0,000000</property> <property name="yalign">0,000000</property> <property name="label" translatable="yes"><b>Behavior</b></property> <property name="use_markup">True</property> </widget> <packing> <property name="right_attach">3</property> </packing> </child> </widget> <packing> <property name="expand">False</property> </packing> </child> </widget> </child> <child> <widget class="GtkHButtonBox" id="hbuttonbox1"> <property name="visible">True</property> <property name="layout_style">GTK_BUTTONBOX_END</property> <child> <widget class="GtkButton" id="button1"> <property name="visible">True</property> <property name="label" translatable="yes">gtk-close</property> <property name="use_stock">True</property> <signal name="clicked" handler="gtk_main_quit"/> </widget> </child> </widget> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </widget> </child> </widget> </glade-interface>